Table.setRowDeletedByUser

Sets the deleted by the user status for the specified row. Throws an IllegalArgumentException if row is not a valid row number. Note that the deleted by the user status is removed when #updateTable() is called.

The deleted by the user status can be displayed to the user by adding a delete column checkbox to a Table Control.

Javascript example:

 tables.ORDERS.setRowDeletedByUser(rowNum, false);
 

Parameters

int  row,  boolean  deleted,